home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / ddj0796.zip / readme.asc < prev    next >
Text File  |  1996-05-22  |  6KB  |  145 lines

  1. July 1996
  2. Dr. Dobb's Journal
  3.  
  4. VRML.ZIP
  5. Title: OPTIMIZING THE PERFORMANCE OF VRML WORLDS
  6. Keywords: JUL96    GRAPHICS    WORLD WIDE WEB   VRML  
  7. Unpublished source code accompanying the article by David R. 
  8. Nadeau, Andrea L. Ames, and John L. Moreland in which they 
  9. present optimization techniques that let your VRML worlds look 
  10. good and perform well.
  11.  
  12. 3D.ASC
  13. Title: 3-D SURFACE CONTOURS
  14. Keywords: JUL96    GRAPHICS   3-D    VISUALIZATION  ALGORITHMS
  15. Published source code accompanying Will Schroeder and Bill 
  16. Lorensen's article algorithms for implementing 3-D surface 
  17. contouring to support visualization efforts.
  18.  
  19. JAVADOC.ASC
  20. Title: AUTOMATICALLY GENERATING JAVA DOCUMENTATION
  21. Keywords: JUL96    JAVA     WORLD WIDE WEB    DOCUMENTATION
  22. Published source code examples accompanying Gary Aitken's article 
  23. documentation issues related to Java programming. Gary discusses 
  24. how to automatically generate documentation for Java classes.
  25.  
  26. LOOPNT.ASC
  27. Title: LOOP SPLITTING UNDER WINDOWS NT
  28. Keywords: JUL96    C++     WINDOWS NT   PARALLEL PROCESSING
  29. Source code accompanying Charles Letner's article which presents 
  30. a C++ class that lets you use multiple threads to implement "loop 
  31. splitting"--that is, dividing processing of a loop over multiple 
  32. processors--under Windows NT. Also see LOOPNT.ZIP.
  33.  
  34. LOOPNT.ZIP
  35. Title: LOOP SPLITTING UNDER WINDOWS NT
  36. Keywords: JUL96    C++     WINDOWS NT   PARALLEL PROCESSING
  37. Unpublished source code accompanying Charles Letner's article 
  38. which presents a C++ class that lets you use multiple threads to 
  39. implement "loop splitting"--that is, dividing processing of a 
  40. loop over multiple processors--under Windows NT. Requires 
  41. PKUNZIP.EXE to extract. 
  42.  
  43. GCA.ASC
  44. Title: MONITORING DATA IN REAL TIME
  45. Keywords: JUL96   C++   PERL   HTML  INTERNET    DATA ACQUISITION
  46. Published source code accompanying the article by Tony Garcia, 
  47. Jeff Woodard, and Craig Liddell where they describe the design 
  48. and implementation of a real-time system called "Growth Chamber 
  49. Alarm" (GCA) system that monitors and logs environmental 
  50. characteristics. Among other features, the system accommodates 
  51. remote access to the data via the World Wide Web. Also see 
  52. GCA.ZIP.
  53.  
  54. GCA.ZIP
  55. Title: MONITORING DATA IN REAL TIME
  56. Keywords: JUL96   C++   PERL   HTML   INTERNET    DATA ACQUISITION
  57. Unpublished source code accompanying the article by Tony Garcia, 
  58. Jeff Woodard, and Craig Liddell where they describe the design 
  59. and implementation of a real-time system called "Growth Chamber 
  60. Alarm" (GCA) system that monitors and logs environmental 
  61. characteristics. This is a filter (written in C++) which outputs 
  62. HTML. Requires PKUNZIP.EXE to extract.
  63.  
  64. WINMOCK.ASC
  65. Title: THE WINMOCK LIBRARY
  66. Keywords: JUL96    NETWORKS   WINSOCK   DEBUGGING
  67. Published source code accompanying Joseph Hlavaty's article which 
  68. presents WinMock (short for "Windows Sockets Mockup Tool") which 
  69. is a tool for testing and debugging Windows Sockets applications 
  70. without needing a network connection. Also see WINMOCK.ZIP.
  71.  
  72. WINMOCK.ZIP
  73. Title: THE WINMOCK LIBRARY
  74. Keywords: JUL96    NETWORKS   WINSOCK   DEBUGGING
  75. The complete system for Joseph Hlavaty's WinMock (short for 
  76. "Windows Sockets Mockup Tool") tool for testing and debugging 
  77. Windows Sockets applications without needing a network 
  78. connection. Requires PKUNZIP.EXE to extract.
  79.  
  80. SS.ASC
  81. TITLE: EXAMINING THE SMARTSOCKETS TOOLKIT
  82. Keywords: JUL96    TCP/IP   NETWORKING   
  83. Published source code accompanying the article by Douglass L. 
  84. Campbell SmartSockets, a message-oriented toolkit for developing 
  85. systems that require IPC, lets you embed messaging capabilities 
  86. into your applications so that your programs can communicate 
  87. across different operating systems.
  88.  
  89. URLHELP.ASC
  90. Title: HELP FILE WEB LINKS
  91. Keywords: JUL96    C++   WINDOWS HELP    WORLD WIDE WEB
  92. Published source code accompanying Robert Lord's article which
  93. shows how to embed links to World Wide Web URLs in standard 
  94. Windows help files. What makes this technique possible is a DLL 
  95. implementation of a WinHelp macro which accepts a URL parameter.
  96. Also see URLHELP.ZIP.
  97.  
  98. URLHELP.ZIP
  99. Title: HELP FILE WEB LINKS
  100. Keywords: JUL96    C++   WINDOWS HELP    WORLD WIDE WEB
  101. Complete source code accompanying Robert Lord's article which
  102. shows how to embed links to World Wide Web URLs in standard 
  103. Windows help files. Requires PKUNZIP.EXE to extract.
  104.  
  105. AA796.ASC
  106. Title: ALGORITHM ALLEY
  107. Keywords: JUL96     ALGORITHMS     HASHING
  108. Published source code accompanying Carlo Pescio's article in 
  109. which he extends Cichelli's hashing algorithm to obtain a general 
  110. implementation that improves the original algorithm's performance 
  111. by more than an order of magnitude. Also see AA796.ZIP.
  112.  
  113. AA796.ASC
  114. Title: ALGORITHM ALLEY
  115. Keywords: JUL96     ALGORITHMS     HASHING
  116. Complete source code accompanying Carlo Pescio's article in 
  117. which he extends Cichelli's hashing algorithm to obtain a general 
  118. implementation that improves the original algorithm's performance 
  119. by more than an order of magnitude.  Requires PKUNZIP.EXE to 
  120. extract.
  121.  
  122. CDCACHE.ZIP
  123. Title: UNDOCUMENTED CORNER
  124. Keywords: JUL96     PENTIUM   UNDOCUMENTED   
  125. Unpublished source code and binaries accompanying Robert R. 
  126. Collins' article on the Pentium Pro's undocumented Physical 
  127. Address Extensions (PAE) let the processor address up to 64 GB of 
  128. physical memory (36-bit address bus), and access page sizes of 2 
  129. MB. Use the PKUNZIP -d option to extract.
  130.  
  131. CPROG.796
  132. Title: C PROGRAMMING COLUMN
  133. Keywords: JUL96     C   C++    WINDOWS   SETUP
  134. Published source code accompanying Al Stevens column in which he 
  135. implements a derived application class for the dialog-based setup 
  136. program. 
  137.  
  138. LETTERS.796
  139. Title: LETTERS TO THE EDITOR
  140. Keywords: JUL96     ALGORITHMS   LOGARITHM
  141. Published source code examples accompanying "letters to the 
  142. editor" by Martin Brown and Carl Smotricz.
  143.  
  144. 
  145.